range: Fix gadget state propagation
authorMatthias Clasen <mclasen@redhat.com>
Wed, 9 Mar 2016 19:15:40 +0000 (14:15 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 9 Mar 2016 19:15:40 +0000 (14:15 -0500)
commitfa48dbf1a58c01f06218accd3ec0c1b5ffceca02
tree48b98a8eac5e62089bca6c33bd515f573b4ef4dd
parentaaa467679d8ea592856a6a472584ba4988f68dcc
range: Fix gadget state propagation

The contents node was not getting state updates at all, and the
trough node was missing some state updates as well, because we
were not calling update_trough_state() in all the places where
it is needed.
gtk/gtkrange.c